home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200503-31.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  89 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200503-31.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2005 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(17620);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200503-31");
  17.  script_cve_id("CAN-2005-0399", "CAN-2005-0401", "CAN-2005-0402");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200503-31
  20. (Mozilla Firefox: Multiple vulnerabilities)
  21.  
  22.  
  23.     The following vulnerabilities were found and fixed in Mozilla
  24.     Firefox:
  25.     Mark Dowd from ISS X-Force reported an
  26.     exploitable heap overrun in the GIF processing of obsolete Netscape
  27.     extension 2 (CAN-2005-0399)
  28.     Kohei Yoshino discovered that a
  29.     page bookmarked as a sidebar could bypass privileges control
  30.     (CAN-2005-0402)
  31.     Michael Krax reported a new way to bypass XUL
  32.     security restrictions through drag-and-drop of items like scrollbars
  33.     (CAN-2005-0401)
  34.   
  35. Impact
  36.  
  37.     The GIF heap overflow could be triggered by a malicious GIF
  38.     image that would end up executing arbitrary code with the rights of the
  39.     user running Firefox
  40.     By tricking the user into bookmarking a
  41.     malicious page as a Sidebar, a remote attacker could potentially
  42.     execute arbitrary code with the rights of the user running the
  43.     browser
  44.     By setting up a malicious website and convincing users
  45.     to obey very specific drag-and-drop instructions, attackers may
  46.     leverage drag-and-drop features to bypass XUL security restrictions,
  47.     which could be used as a stepping stone to exploit other
  48.     vulnerabilities
  49.   
  50. Workaround
  51.  
  52.     There is no known workaround at this time.
  53.   
  54. References:
  55.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0399
  56.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0401
  57.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0402
  58.     http://www.mozilla.org/projects/security/known-vulnerabilities.html
  59.  
  60.  
  61. Solution: 
  62.     All Mozilla Firefox users should upgrade to the latest version:
  63.     # emerge --sync
  64.     # emerge --ask --oneshot --verbose ">=www-client/mozilla-firefox-1.0.2"
  65.     All Mozilla Firefox binary users should upgrade to the latest
  66.     version:
  67.     # emerge --sync
  68.     # emerge --ask --oneshot --verbose ">=www-client/mozilla-firefox-bin-1.0.2"
  69.   
  70.  
  71. Risk factor : Medium
  72. ';
  73.  script_description(english: desc);
  74.  script_copyright(english: "(C) 2005 Michel Arboi");
  75.  script_name(english: "[GLSA-200503-31] Mozilla Firefox: Multiple vulnerabilities");
  76.  script_category(ACT_GATHER_INFO);
  77.  script_family(english: "Gentoo Local Security Checks");
  78.  script_dependencies("ssh_get_info.nasl");
  79.  script_require_keys('Host/Gentoo/qpkg-list');
  80.  script_summary(english: 'Mozilla Firefox: Multiple vulnerabilities');
  81.  exit(0);
  82. }
  83.  
  84. include('qpkg.inc');
  85. if (qpkg_check(package: "www-client/mozilla-firefox", unaffected: make_list("ge 1.0.2"), vulnerable: make_list("lt 1.0.2")
  86. )) { security_warning(0); exit(0); }
  87. if (qpkg_check(package: "www-client/mozilla-firefox-bin", unaffected: make_list("ge 1.0.2"), vulnerable: make_list("lt 1.0.2")
  88. )) { security_warning(0); exit(0); }
  89.